home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr3.dir / 00142_Script_142 < prev    next >
Text File  |  1995-11-28  |  660b  |  38 lines

  1. on exitFrame
  2.   --3
  3.   
  4.   
  5.   HL 45,28
  6.   
  7.   preLoadCast 31, 36
  8.   
  9.   if rollover(3) then
  10.     show "G003.A"
  11.   else
  12.     if rollover(4) then
  13.       show "G003.A red"
  14.     else
  15.       if rollover(5) then
  16.         show "G003.B"
  17.       else
  18.         if rollover(6) then
  19.           show "G003.B RED"
  20.         else
  21.           if rollover(7) then
  22.             show "G003.C"
  23.           else
  24.             if rollover(8) then
  25.               show "G003.C RED"
  26.             else
  27.               
  28.               reshow "3", "G003"
  29.               prompt2
  30.             end if
  31.           end if
  32.         end if
  33.       end if
  34.     end if
  35.   end if 
  36.   go the frame
  37.   
  38. end